About javascript password generator
The functionality is simple. You need only one master password, and the domain name of a website you want to get your new password for, and it will generate you 64 letters long unbreakable hash, which you can use as a password (for funny webs with max password length requirements, there are 40, and 16 letters long versions). If password like this will be again hashed into their database, it is not important if they are salting or not, hash from such password can not be broken (I reserve 10 years long expiration date for this statement :P ).
Of course, when hacker have already got the access to database, you can't do anything about protecting your account from being hacked on this hypothetical website. But you can minimize the damage from such event. Imagine, that he would get to your password, that you are using on every place on the Internet. Pretty awesome situation, isn't it? :) And exactly the damage out of the boundaries of this hypothetical website is the issue that this Password generator is solving.
To generate your password just enter Master password, Domain name, and the password will be generated while you are typing.
Copy button: copy your generated password to clip board
Someone is watching: set input types to password, so everything you will type in will be showed as * (stars)